GtkToolPalette: docs: Minor English corrections.
authorMurray Cumming <murrayc@murrayc.com>
Thu, 31 Dec 2009 12:55:51 +0000 (13:55 +0100)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:53:48 +0000 (20:53 -0400)
gtk/gtktoolpalette.c

index 5c38781f388d5f42e4ea90ecfe5142d7f4a31206..ac5a5a777311f6f5a06177dd5178161588fa3ff6 100644 (file)
  * @Short_description: A tool palette with categories
  * @Title: GtkToolPalette
  *
- * A #GtkToolPalette allows it to add #GtkToolItem<!-- -->s to a palette-like
+ * A #GtkToolPalette allows you to add #GtkToolItem<!-- -->s to a palette-like
  * container with different categories and drag and drop support.
  *
  * A #GtkToolPalette is created with a call to gtk_tool_palette_new().
  *
- * #GtkToolItem<!-- -->s cannot be added directly to a #GtkToolPalette,
+ * #GtkToolItem<!-- -->s cannot be added directly to a #GtkToolPalette - 
  * instead they are added to a #GtkToolItemGroup which can than be added
  * to a #GtkToolPalette. To add a #GtkToolItemGroup to a #GtkToolPalette,
  * use gtk_container_add().